home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / odbcall.zip / TABINFO.DFM / TABINFO.txt
Text File  |  1995-07-14  |  2KB  |  103 lines

  1. object frmTableInfo: TfrmTableInfo
  2.   Left = 199
  3.   Top = 100
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Table Information'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 15
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 423
  17.     Height = 70
  18.     Align = alTop
  19.     BevelInner = bvLowered
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 57
  23.       Top = 37
  24.       Width = 34
  25.       Height = 15
  26.       Caption = 'Table:'
  27.       Font.Color = clBlack
  28.       Font.Height = -12
  29.       Font.Name = 'Arial'
  30.       Font.Style = [fsBold]
  31.       ParentFont = False
  32.     end
  33.     object Label2: TLabel
  34.       Left = 18
  35.       Top = 8
  36.       Width = 73
  37.       Height = 15
  38.       Caption = 'Data Source:'
  39.       Font.Color = clBlack
  40.       Font.Height = -12
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.     object DataSource: TLabel
  46.       Left = 113
  47.       Top = 8
  48.       Width = 65
  49.       Height = 15
  50.       Caption = 'DataSource'
  51.     end
  52.     object TableList: TComboBox
  53.       Left = 111
  54.       Top = 33
  55.       Width = 255
  56.       Height = 22
  57.       Style = csDropDownList
  58.       ItemHeight = 15
  59.       TabOrder = 0
  60.       OnChange = TableListChange
  61.     end
  62.   end
  63.   object Panel2: TPanel
  64.     Left = 0
  65.     Top = 70
  66.     Width = 423
  67.     Height = 199
  68.     Align = alClient
  69.     BevelInner = bvLowered
  70.     TabOrder = 1
  71.     object FieldList: TListBox
  72.       Left = 111
  73.       Top = 2
  74.       Width = 310
  75.       Height = 195
  76.       Align = alClient
  77.       ItemHeight = 15
  78.       TabOrder = 0
  79.     end
  80.     object Panel3: TPanel
  81.       Left = 2
  82.       Top = 2
  83.       Width = 109
  84.       Height = 195
  85.       Align = alLeft
  86.       BevelOuter = bvNone
  87.       TabOrder = 1
  88.       object Label3: TLabel
  89.         Left = 53
  90.         Top = 4
  91.         Width = 36
  92.         Height = 15
  93.         Caption = 'Fields:'
  94.         Font.Color = clBlack
  95.         Font.Height = -12
  96.         Font.Name = 'Arial'
  97.         Font.Style = [fsBold]
  98.         ParentFont = False
  99.       end
  100.     end
  101.   end
  102. end
  103.